home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fileview.zip / BROWSE.DOC < prev    next >
Text File  |  1993-10-18  |  6KB  |  149 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.         ████   ████   █████  █   █   ████  █████      
  7.         █   █  █   █  █   █  █   █  █      █          
  8.         ████   ████   █   █  █ █ █   ███   ████       
  9.         █   █  █  █   █   █  ██ ██      █  █          
  10.         ████   █   █  █████  █   █  ████   █████      
  11.  
  12.  
  13.         Copyright (C) 1991 by The Bible Study Center
  14.  
  15.  
  16.  
  17.  
  18. BROWSE is a full-screen file browse utility. It supports a mouse if present.
  19.  
  20. The SYNTAX for BROWSE is:
  21.  
  22.  
  23. Syntax: BROWSE file_name [screen color] [command color] [+|-tabs]
  24.  
  25. Command line parameters other than the file name are optional. By default,
  26. any tabs characters in the file being browsed will be expanded to 8 blanks.
  27. The default screen color is 31 which is a white foreground on a blue
  28. background. The default command color is 14 which is yellow on black. To 
  29. change an option, notice that all options preceeding it (i.e., to its left)
  30. must also me specified. For example to not expand tab characters, the color
  31. options must be specified:
  32.  
  33.     BROWSE  input_file  7 15 -
  34.  
  35.  
  36. The above command would browse the input file and not expand any tab 
  37. characters. The screen color would be white on black and the bottom command
  38. line would be high-intensity white. The screen color or command line color
  39. is selected by number (0 thru 255). The following chart shows how the color
  40. (or color attribute) is derived. Once a color is selected the attribute
  41. character (show below in binary format) must be converted to a decimal number
  42. to be useful.
  43.  
  44.  
  45.  
  46.         PC Screen Attribute (color) Characteristics
  47.  
  48.  
  49.  
  50. Each bit (0-7) of the attribute specifes as follows:
  51.  
  52.  
  53.       7    6 5 4  3  2 1 0
  54.  
  55.       B    R G B  I  R G B
  56.       _    _____  _  _____
  57.       |      |    |    |
  58.       |      |    |    |_______  Foreground Color
  59.       |      |    |
  60.       |      |    |____________  Intensity
  61.       |      |
  62.       |      |_________________  Backround color
  63.       |
  64.       |________________________  Blinking
  65.  
  66.  
  67.  
  68.  
  69.   R  G  B  I
  70.  
  71.   0  0  0  0      Black
  72.   0  0  1  0      Blue
  73.   0  1  0  0      Green
  74.   0  1  1  0      Cyan
  75.   1  0  0  0      Red
  76.   1  0  1  0      Magenta
  77.   1  1  0  0      Brown
  78.   1  1  1  0      White
  79.   0  0  0  1      Grey
  80.   0  0  1  1      Light Blue
  81.   0  1  0  1      Light Green
  82.   0  1  1  1      Light Cyan
  83.   1  0  0  1      Light Red
  84.   1  0  1  1      Light Magenta
  85.   1  1  0  1      Yellow
  86.   1  1  1  1      White (High Intensity)
  87.  
  88.  
  89. If you have a MOUSE, it can be used to run BROWSE. Position the mouse cursor
  90. over any line and click the left mouse button to position that line to the
  91. top of the screen. Click the right mouse button on a line to position it to
  92. the bottom of the screen. The bottom command line contains commands which
  93. the mouse cursor can be positioned on for various functions. Click either
  94. mouse button while positioned on the command in order to execute it.
  95. Click on HELP, or depress F1 to obtain the following help screen:
  96.  
  97. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄BROWSE  (C) 1991  The Bible Study Center▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  98. ▌                                                                              ▐
  99. ▌ Syntax :  BROWSE file-name [screen color] [command color] [+|-tabs] [delay]  ▐
  100. ▌ Note   :  The parmameters in [] are optional. File-name is any valid DOS     ▐
  101. ▌           path/file name. Screen color is a number for the screen color.     ▐
  102. ▌           Command color is a number for the color of the bottom command      ▐
  103. ▌           line. Tabs is a + and a number for tabs expansion. If tabs is      ▐
  104. ▌           specified as a minus, tabs are not expanded. Delay is the number   ▐
  105. ▌           of 1/10 seconds to wait before scrolling, when the mouse is        ▐
  106. ▌           clicked on the  or .  To navigate thru the file, position the    ▐
  107. ▌           mouse on the bottom line and click over a listed function. The     ▐
  108. ▌           keyboard can be used by depressing one of the listed keys.         ▐
  109. ▌           Click the left  mouse button on a line to move it to the top.      ▐
  110. ▌           Click the right mouse buttom on a line to move it to the bottom.   ▐
  111. ▌           Click both mouse buttons at the same time to EXIT BROWSE.          ▐
  112. ▌      :  Scroll up or down one line at a time                               ▐
  113. ▌    :  Scroll up or down multiple lines at a time                         ▐
  114. ▌      F :  Find ASCII string                                                  ▐
  115. ▌      N :  Next occurance [Repeat Find]                                       ▐
  116. ▌    ESC :  EXIT BROWSE                                                        ▐
  117. ▌   Home :  The HOME key is used to position the file at the beginning         ▐
  118. ▌    End :  The END  key is used to position the file at the end               ▐
  119. ▌   PgUp :  The Page-Up   key is used to page up   thru the file               ▐
  120. ▌   PgDn :  The Page-Down key is used to page down thru the file               ▐
  121. ▀▀▀▀▀▀▀▀▀▀▀Depress ANY key or Click Mouse Button to return to BROWSE▀▀▀▀▀▀▀▀▀▀▀▀
  122.  
  123. Browse can search for any ASCII text string in the file. Simply type F and
  124. you will be prompted for a search string. To find the next occurance of that
  125. string, type N.
  126.  
  127. BROWSE was originally written to easily view the many Bible Study files we
  128. have which are typed in from sermons given by our pastor.
  129. If you have a question about BROWSE, or ESPECIALLY if you have a question
  130. about the Bible, why not call our computer BBS at (606)-744-6079.
  131.  
  132. If you would like free Bible Studies, write to us at: 
  133.  
  134. The Bible Study Center
  135. PO Box 1 
  136. Irvine, KY  40336 
  137.  
  138. or call our computer bulletin board (BBS) to download files 
  139. of ascii text Bible Studies which you can use with any type of computer. 
  140. Most of the Bible Studies on the BBS get into much deeper areas of the 
  141. scriptures. 
  142.  
  143. If you like more depth to your studies than most people are used to getting, 
  144. give the board a try. YOU WILL NEVER BE ASKED FOR DONATIONS, ETC. 
  145. 300/1200/2400/9600 baud and 24 hours a day. The BIBLE STUDY BBS. 
  146.  
  147. Please feel free to distribute the BROWSE.COM file to anyone you would like.
  148. All we ask is that this file (BROWSE.DOC) be distributed with it.
  149.